Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: windows support #114

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix: windows support #114

wants to merge 2 commits into from

Conversation

suzuki-shunsuke
Copy link
Member

No description provided.

@suzuki-shunsuke suzuki-shunsuke added the bug Something isn't working label Jun 14, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v1.0.1 milestone Jun 14, 2022
@suzuki-shunsuke suzuki-shunsuke added enhancement New feature or request and removed bug Something isn't working labels Jun 14, 2022
@suzuki-shunsuke suzuki-shunsuke removed this from the v1.1.0 milestone Jul 30, 2022
@@ -29,6 +29,11 @@ runs:
shell: bash
working-directory: ${{ inputs.working_directory }}
if: inputs.enable_aqua_install == 'true'
- run: |
echo "${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be

Suggested change
echo "${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "${AQUA_ROOT_DIR:-$env:LOCALAPPDATA/aquaproj-aqua}/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

i don't think XDG is a thing on windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants